home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 9 / Night Owl CD-ROM (NOPV9) (Night Owl Publisher) (1993).ISO / 009a / snpd0493.zip / XSTRCAT.C < prev   
Text File  |  1993-04-05  |  311b  |  12 lines

  1. .I 0 9
  2. /*
  3. **  XSTRCAT.C - String concatenation function
  4. **
  5. **  Notes: 1st argument must be a buffer large enough to contain the
  6. **         concatenated strings.
  7. **
  8. **         2nd thru nth arguments are the string to concatenate.
  9. **
  10. **         (n+1)th argument must be NULL to terminate the list.
  11. .D 1 2
  12.